C#
VB
Java
Objective-C
C++
Initializes a new WatershedCommand class object.
public WatershedCommand(
Leadtools.LeadPoint[] pointsArray
)
Public Function New( _
ByVal pointsArray() As Leadtools.LeadPoint _
)
- (instancetype)init
public WatershedCommand()
public:
WatershedCommand(
Leadtools.array<LeadPoint>^ pointsArray
)
pointsArray
Array of Leadtools.LeadPoint arrays which holds the initial point/path that represents the point or path from which to segment the bitmap.
Refer to the WatershedCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET